home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / text / tex / detex_2_4.lha / detex.h < prev    next >
Text File  |  1993-01-02  |  1KB  |  40 lines

  1. /******
  2. ** The following parameters should be modified as necessary
  3. **    MAXINCLIST - maximum number of files allowed in an \includeonly list
  4. **
  5. **    DEFAULTINPUTS - this should be the same as the default TEXINPUTS
  6. **    CHPATHSEP - the path separator character in TEXINPUTS
  7. **    MAXINPUTPATHS - (arbitrary) number of separate paths in TEXINPUTS
  8. **
  9. **    DEFAULTENV - list of LaTeX environments ignored
  10. **    CHENVSEP - the list separator character in the ignore envronment list
  11. **    MAXENVS - maximum number of environments listed in the ignore list
  12. **    CCHMAXENV - maximum count of characters in an environment name (LaTex)
  13. ******/
  14.  
  15. #define    MAXINCLIST    40
  16.  
  17. #define    DEFAULTINPUTS    ".,tex:inputs"
  18. #define    CHPATHSEP    ','
  19. #define    MAXINPUTPATHS    10
  20.  
  21. #define    DEFAULTENV    "array,eqnarray,equation,figure,mathmatica,picture,table,verbatim"
  22. #define    CHENVSEP    ','
  23. #define    MAXENVS        10
  24. #define    CCHMAXENV    100
  25.  
  26. /******
  27. ** These probably should not be changed
  28. ******/
  29.  
  30. #define    CHOPT        '-'
  31. #define    CHCITEOPT    'c'
  32. #define    CHENVOPT    'e'
  33. #define    CHLATEXOPT    'l'
  34. #define    CHNOFOLLOWOPT    'n'
  35. #define    CHSPACEOPT    's'
  36. #define    CHTEXOPT    't'
  37. #define    CHWORDOPT    'w'
  38.  
  39. #define    ERROR        -1
  40.